projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f93795d
)
Make touch-selection popovers font-inert
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Oct 2014 17:28:54 +0000
(13:28 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Oct 2014 17:28:54 +0000
(13:28 -0400)
Just like context menus, these should not inherit font
settings from the text view they are attached to.
gtk/resources/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/resources/theme/Adwaita/_common.scss
b/gtk/resources/theme/Adwaita/_common.scss
index b3efa3571c63f555b0372749ddd8b6ee9af8d1e2..3c5a0e5a671c7c7151b5745d4eb3af8537024e1a 100644
(file)
--- a/
gtk/resources/theme/Adwaita/_common.scss
+++ b/
gtk/resources/theme/Adwaita/_common.scss
@@
-2954,6
+2954,7
@@
GtkVolumeButton.button { padding: 8px; }
}
/* Decouple the font of context menus from their entry/textview */
+.touch-selection,
.context-menu {
font: initial;
}